Operation Seam.DownloadFile (Download file)
In component org.nuxeo.ecm.automation.jsf.contrib
Description
Download a file
Operation id | Seam.DownloadFile |
---|---|
Aliases | WebUI.DownloadFile |
Category | User Interface |
Label | Download file |
Requires | Seam |
Since |
Parameters
No parameters.
Signature
Inputs | blob |
---|---|
Outputs | void |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.jsf.operations.DownloadFile |
---|---|
Contributing Component | org.nuxeo.ecm.automation.jsf.contrib |
JSON Definition
{ "id" : "Seam.DownloadFile", "aliases" : [ "WebUI.DownloadFile" ], "label" : "Download file", "category" : "User Interface", "requires" : "Seam", "description" : "Download a file", "url" : "Seam.DownloadFile", "signature" : [ "blob", "void" ], "params" : [ ] }